home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…tion Library 4 (Reseller) / Apple Ref. & Pres. Lib.v4.0.iso / 4-Demos / Third Party Demos / Information Management / MicroPlanner / card_24544.txt < prev    next >
Text File  |  1990-03-22  |  1KB  |  56 lines

  1. -- card: 24544 from stack: in
  2. -- bmap block id: 3851
  3. -- flags: 0000
  4. -- background id: 2600
  5. -- name: 
  6. ----- HyperTalk script -----
  7. set the icon of card button id 4 to 0
  8.  
  9.  
  10. -- part 1 (button)
  11. -- low flags: 00
  12. -- high flags: 0000
  13. -- rect: left=0 top=0 right=342 bottom=512
  14. -- title width / last selected line: 0
  15. -- icon id / first selected line: 0 / 0
  16. -- text alignment: 1
  17. -- font id: 0
  18. -- text size: 12
  19. -- style flags: 0
  20. -- line height: 16
  21. -- part name: Launch
  22. ----- HyperTalk script -----
  23. on mouseUp
  24.   visual effect barn door open
  25.   go next card
  26. end mouseUp
  27.  
  28.  
  29.  
  30. -- part 4 (button)
  31. -- low flags: 00
  32. -- high flags: 0000
  33. -- rect: left=349 top=289 right=332 bottom=391
  34. -- title width / last selected line: 0
  35. -- icon id / first selected line: 0 / 0
  36. -- text alignment: 1
  37. -- font id: 0
  38. -- text size: 12
  39. -- style flags: 0
  40. -- line height: 16
  41. -- part name: New Button
  42. ----- HyperTalk script -----
  43. on mouseEnter
  44.   set the icon of card button id 4 to 1009
  45.   play harpsichord 76
  46. end mouseEnter
  47. on mouseLeave
  48.   set the icon of card button id 4 to 0
  49. end mouseLeave
  50. on mouseUp
  51.   visual effect barn door open
  52.   set the icon of card button id 4 to 0
  53.   go next card
  54. end mouseUp
  55.  
  56.